home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "id": "Text (50)",
- "firstname": "Text (50) NOT NULL",
- "lastname": "Text (50) NOT NULL",
- "position": "Text (50) NOT NULL",
- "street": "Text (50)",
- "city": "Text (50)",
- "state": "Text (50)",
- "zip": "Text (50)"
- },
- "data": [
- {
- "id": "A1234",
- "firstname": "John",
- "lastname": "Doe",
- "position": "Programmer",
- "street": "123 Main Street",
- "city": "Anywhere",
- "state": "CA",
- "zip": "92000"
- },
- {
- "id": "A2345",
- "firstname": "Jane",
- "lastname": "Doe",
- "position": "Systems Analyst"
- }
- ]
- }